Uses of Class
control.CState

Packages that use CState
control   
presentation   
 

Uses of CState in control
 

Fields in control declared as CState
private  CState SimulatedBy.communityState
           
 

Methods in control that return CState
 CState CState.buildNewState(int i, State next)
          creates a new community state replacing the element in the specified position of an existing community state with a next state of an available service
 CState SimulatedBy.getCommunityState()
          gets the community state that simulates the target state in this pair
 CState Community.getInitialStates()
          gets the initial community state
 CState IteratorFinalCommunityStates.next()
          gets the present configuration an creat the next one
 CState IteratorCommunityStates.next()
          gets the present configuration an creat the next one
 

Methods in control that return types with arguments of type CState
 java.util.Iterator<CState> Community.getCommunityStates()
          returns an iterator on community states created on fly
 java.util.Iterator<CState> Community.getFinalCommunityStates()
          returns on iterator on final community states created on fly
 

Methods in control with parameters of type CState
private  boolean Simulation.checkSimulationOfNextState(CState cs, Action as, State nextTState)
          checks if there is a state of the community going with the selected action to another state that is in simulation with the next state of the target
 boolean Community.isFinalCommunityState(CState cs)
          checks if a state of the community is final
 

Constructors in control with parameters of type CState
SimulatedBy(State ts, CState cs)
           
 

Uses of CState in presentation
 

Fields in presentation declared as CState
private  CState StartStatesDialog.availableInitialStates
           
private  CState ExecuteOrchestratorPanel.presentStateAvailableServices
           
private  CState StartStatesDialog.tempAvailableInitialStates
           
 

Methods in presentation that return CState
 CState StartStatesDialog.getAvailableStartStates()
          Getter of start states of available services
 

Methods in presentation with parameters of type CState
private  void ExecuteOrchestratorPanel.init(State tis, CState ais)